home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / T-Z / VideoStakGold.cpt / VideoStakGold / VideoStak ◊ Don't Open 1 / card_3739.txt < prev    next >
Text File  |  1988-04-27  |  944b  |  52 lines

  1. -- card: 3739 from stack: in
  2. -- bmap block id: 3445
  3. -- flags: 4000
  4. -- background id: 3297
  5. -- name: Opening
  6.  
  7.  
  8. -- part 62 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=383 top=291 right=322 bottom=447
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.  
  23.   set cursor to 4
  24.  
  25.   if the shiftkey is down then
  26.     repeat with i = 1 to 9
  27.       show card field i
  28.     end repeat
  29.     exit mouseUp
  30.   end if
  31.  
  32.   repeat with i = 1 to 9
  33.     hide card field i
  34.   end repeat
  35.  
  36. end mouseUp
  37.  
  38.  
  39.  
  40. -- part 65 (field)
  41. -- low flags: 01
  42. -- high flags: 0000
  43. -- rect: left=89 top=278 right=301 bottom=226
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 0
  47. -- font id: 3
  48. -- text size: 7
  49. -- style flags: 0
  50. -- line height: 7
  51. -- part name: Label
  52.